summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_system_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/k_system_resource.h')
-rw-r--r--src/core/hle/kernel/k_system_resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_system_resource.h b/src/core/hle/kernel/k_system_resource.h
index 9a991f725..aec058a95 100644
--- a/src/core/hle/kernel/k_system_resource.h
+++ b/src/core/hle/kernel/k_system_resource.h
@@ -99,7 +99,7 @@ public:
bool IsInitialized() const {
return m_is_initialized;
}
- static void PostDestroy([[maybe_unused]] uintptr_t arg) {}
+ static void PostDestroy(uintptr_t arg) {}
size_t CalculateRequiredSecureMemorySize() const {
return CalculateRequiredSecureMemorySize(m_resource_size, m_resource_pool);